Html Css Color HEX #B065CE Medium Orchid

📋 copy color: '#B065CE'

red 176 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #B065CE

Tints of Medium Orchid #B065CE

RGB

 RED value IS 176 (69.14% from 255) = 36.44%

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 36.44%
G = 20.91%
B = 42.65%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B065CE (or 0xB065CE) is known color: Medium Orchid. HEX triplet: B0, 65 and CE. RGB value is (176,101,206). Sum of RGB (Red+Green+Blue) = 176+101+206=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #B065CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065CE is #4F9A31. Grayscale: #878787. Windows color (decimal): -5216818 or 13526448. OLE color: 13526448.

HSL color Cylindrical-coordinate representation of color #B065CE: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B065CE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 101 206 -
CMYK 0.15 0.51 0 0.19
HSL 282.86º 0.52% 0.6% -
HSV(B) 282.86º 0.51% 0.81% -
XYZ 33.7 22.99 61.05 -
YUV 135.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 176 101 206 0.15 0.51 0 0.19 282.86 0.52 0.6
Hex B0 65 CE F 33 0 13 11B 34 3C
Octal 260 145 316 17 63 0 23 433 64 74
Binary 10110000 1100101 11001110 1111 110011 0 10011 100011011 110100 111100

Color Harmonies of #B065CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065CE

Black with #B065CE

Text Example


Text Example

White with #B065CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065CE; }

 p { color: rgb(176,101,206); }

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

background-color css

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

 a { background-color: rgb(176,101,206); }

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

border-color css

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

 span { border-color: rgb(176,101,206); }

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