Html Css Color HEX #B265CE Medium Orchid

📋 copy color: '#B265CE'

red 178 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #B265CE

Tints of Medium Orchid #B265CE

RGB

 RED value IS 178 (69.92% from 255) = 36.7%

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

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

R = 36.7%
G = 20.82%
B = 42.47%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B265CE (or 0xB265CE) is known color: Medium Orchid. HEX triplet: B2, 65 and CE. RGB value is (178,101,206). Sum of RGB (Red+Green+Blue) = 178+101+206=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #B265CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265CE is #4D9A31. Grayscale: #878787. Windows color (decimal): -5085746 or 13526450. OLE color: 13526450.

HSL color Cylindrical-coordinate representation of color #B265CE: hue angle of 284º 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 #B265CE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 101 206 -
CMYK 0.14 0.51 0 0.19
HSL 284º 0.52% 0.6% -
HSV(B) 284º 0.51% 0.81% -
XYZ 34.15 23.23 61.08 -
YUV 135.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 178 101 206 0.14 0.51 0 0.19 284 0.52 0.6
Hex B2 65 CE E 33 0 13 11C 34 3C
Octal 262 145 316 16 63 0 23 434 64 74
Binary 10110010 1100101 11001110 1110 110011 0 10011 100011100 110100 111100

Color Harmonies of #B265CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265CE

Black with #B265CE

Text Example


Text Example

White with #B265CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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