Html Css Color HEX #BD5BFD Heliotrope

📋 copy color: '#BD5BFD'

red 189 ◦ green 91 ◦ blue 253

#BD5BFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #BD5BFD

Tints of Heliotrope #BD5BFD

RGB

 RED value IS 189 (74.22% from 255) = 35.46%

 GREEN value IS 91 (35.94% from 255) = 17.07%

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 35.46%
G = 17.07%
B = 47.47%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD5BFD (or 0xBD5BFD) is known color: Heliotrope. HEX triplet: BD, 5B and FD. RGB value is (189,91,253). Sum of RGB (Red+Green+Blue) = 189+91+253=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5BFD is #42A402. Grayscale: #8A8A8A. Windows color (decimal): -4367363 or 16604093. OLE color: 16604093.

HSL color Cylindrical-coordinate representation of color #BD5BFD: hue angle of 276.3º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD5BFD is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 91 253 -
CMYK 0.25 0.64 0 0.01
HSL 276.3º 0.98% 0.67% -
HSV(B) 276.3º 0.64% 0.99% -
XYZ 42.46 25.39 95.59 -
YUV 138.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 189 91 253 0.25 0.64 0 0.01 276.3 0.98 0.67
Hex BD 5B FD 19 40 0 1 114 62 43
Octal 275 133 375 31 100 0 1 424 142 103
Binary 10111101 1011011 11111101 11001 1000000 0 1 100010100 1100010 1000011

Color Harmonies of #BD5BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5BFD

Black with #BD5BFD

Text Example


Text Example

White with #BD5BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5BFD; }

 p { color: rgb(189,91,253); }

 H1.HeaderClassName
 {
   color: #BD5BFD;
 }
 .AnyTagClassName
 {
   color: #BD5BFD;
 }
</style>

background-color css

<style>
 a { background-color: #BD5BFD; }

 a { background-color: rgb(189,91,253); }

 div.DivClassName
 {
   background-color: #BD5BFD;
 }
 .BgClassName
 {
   background-color: #BD5BFD;
 }
</style>

border-color css

<style>
 span { border-color: #BD5BFD; }

 span { border-color: rgb(189,91,253); }

 td.TdClassName
 {
   border-color: #BD5BFD;
 }
 .TagClassName
 {
   border-color: #BD5BFD;
 }
</style>