Html Css Color HEX #B268CC Medium Orchid

📋 copy color: '#B268CC'

red 178 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #B268CC

Tints of Medium Orchid #B268CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.4%

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 36.63%
G = 21.4%
B = 41.98%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B268CC (or 0xB268CC) is known color: Medium Orchid. HEX triplet: B2, 68 and CC. RGB value is (178,104,204). Sum of RGB (Red+Green+Blue) = 178+104+204=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #B268CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268CC is #4D9733. Grayscale: #898989. Windows color (decimal): -5084980 or 13396146. OLE color: 13396146.

HSL color Cylindrical-coordinate representation of color #B268CC: hue angle of 284.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B268CC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 104 204 -
CMYK 0.13 0.49 0 0.2
HSL 284.4º 0.5% 0.6% -
HSV(B) 284.4º 0.49% 0.8% -
XYZ 34.21 23.73 59.9 -
YUV 137.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 178 104 204 0.13 0.49 0 0.2 284.4 0.5 0.6
Hex B2 68 CC D 31 0 14 11C 32 3C
Octal 262 150 314 15 61 0 24 434 62 74
Binary 10110010 1101000 11001100 1101 110001 0 10100 100011100 110010 111100

Color Harmonies of #B268CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268CC

Black with #B268CC

Text Example


Text Example

White with #B268CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268CC; }

 p { color: rgb(178,104,204); }

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

background-color css

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

 a { background-color: rgb(178,104,204); }

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

border-color css

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

 span { border-color: rgb(178,104,204); }

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