Html Css Color HEX #BD65F9 Heliotrope

📋 copy color: '#BD65F9'

red 189 ◦ green 101 ◦ blue 249

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

Shades of Heliotrope #BD65F9

Tints of Heliotrope #BD65F9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.74%

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 35.06%
G = 18.74%
B = 46.2%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD65F9 (or 0xBD65F9) is known color: Heliotrope. HEX triplet: BD, 65 and F9. RGB value is (189,101,249). Sum of RGB (Red+Green+Blue) = 189+101+249=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD65F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65F9 is #429A06. Grayscale: #8F8F8F. Windows color (decimal): -4364807 or 16344509. OLE color: 16344509.

HSL color Cylindrical-coordinate representation of color #BD65F9: hue angle of 275.68º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD65F9 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 101 249 -
CMYK 0.24 0.59 0 0.02
HSL 275.68º 0.93% 0.69% -
HSV(B) 275.68º 0.59% 0.98% -
XYZ 42.74 26.97 92.57 -
YUV 144.18 187.15 159.97 -
System Red Green Blue C M Y K H S L
Decimal 189 101 249 0.24 0.59 0 0.02 275.68 0.93 0.69
Hex BD 65 F9 18 3B 0 2 114 5C 45
Octal 275 145 371 30 73 0 2 424 134 105
Binary 10111101 1100101 11111001 11000 111011 0 10 100010100 1011100 1000101

Color Harmonies of #BD65F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65F9

Black with #BD65F9

Text Example


Text Example

White with #BD65F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65F9; }

 p { color: rgb(189,101,249); }

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

background-color css

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

 a { background-color: rgb(189,101,249); }

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

border-color css

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

 span { border-color: rgb(189,101,249); }

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