Html Css Color HEX #BD65FE Heliotrope

📋 copy color: '#BD65FE'

red 189 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #BD65FE

Tints of Heliotrope #BD65FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.69%

R = 34.74%
G = 18.57%
B = 46.69%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD65FE (or 0xBD65FE) is known color: Heliotrope. HEX triplet: BD, 65 and FE. RGB value is (189,101,254). Sum of RGB (Red+Green+Blue) = 189+101+254=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD65FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65FE is #429A01. Grayscale: #909090. Windows color (decimal): -4364802 or 16672189. OLE color: 16672189.

HSL color Cylindrical-coordinate representation of color #BD65FE: hue angle of 274.51º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD65FE is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 101 254 -
CMYK 0.26 0.60 0 0.00
HSL 274.51º 0.99% 0.7% -
HSV(B) 274.51º 0.6% 1% -
XYZ 43.53 27.28 96.74 -
YUV 144.75 189.65 159.56 -
System Red Green Blue C M Y K H S L
Decimal 189 101 254 0.26 0.60 0 0.00 274.51 0.99 0.7
Hex BD 65 FE 1A 3C 0 0 113 63 46
Octal 275 145 376 32 74 0 0 423 143 106
Binary 10111101 1100101 11111110 11010 111100 0 0 100010011 1100011 1000110

Color Harmonies of #BD65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65FE

Black with #BD65FE

Text Example


Text Example

White with #BD65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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