Html Css Color HEX #BD6CF3 Heliotrope

📋 copy color: '#BD6CF3'

red 189 ◦ green 108 ◦ blue 243

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

Shades of Heliotrope #BD6CF3

Tints of Heliotrope #BD6CF3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20%

 BLUE value IS 243 (95.31% from 255) = 45%

R = 35%
G = 20%
B = 45%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD6CF3 (or 0xBD6CF3) is known color: Heliotrope. HEX triplet: BD, 6C and F3. RGB value is (189,108,243). Sum of RGB (Red+Green+Blue) = 189+108+243=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD6CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CF3 is #42930C. Grayscale: #939393. Windows color (decimal): -4363021 or 15953085. OLE color: 15953085.

HSL color Cylindrical-coordinate representation of color #BD6CF3: hue angle of 276º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6CF3 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 108 243 -
CMYK 0.22 0.56 0 0.05
HSL 276º 0.85% 0.69% -
HSV(B) 276º 0.56% 0.95% -
XYZ 42.53 28.02 87.96 -
YUV 147.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 189 108 243 0.22 0.56 0 0.05 276 0.85 0.69
Hex BD 6C F3 16 38 0 5 114 55 45
Octal 275 154 363 26 70 0 5 424 125 105
Binary 10111101 1101100 11110011 10110 111000 0 101 100010100 1010101 1000101

Color Harmonies of #BD6CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CF3

Black with #BD6CF3

Text Example


Text Example

White with #BD6CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CF3; }

 p { color: rgb(189,108,243); }

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

background-color css

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

 a { background-color: rgb(189,108,243); }

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

border-color css

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

 span { border-color: rgb(189,108,243); }

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