Html Css Color HEX #B268CB Medium Orchid

📋 copy color: '#B268CB'

red 178 ◦ green 104 ◦ blue 203

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

Shades of Medium Orchid #B268CB

Tints of Medium Orchid #B268CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 36.7%
G = 21.44%
B = 41.86%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B268CB (or 0xB268CB) is known color: Medium Orchid. HEX triplet: B2, 68 and CB. RGB value is (178,104,203). Sum of RGB (Red+Green+Blue) = 178+104+203=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #B268CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268CB is #4D9734. Grayscale: #898989. Windows color (decimal): -5084981 or 13330610. OLE color: 13330610.

HSL color Cylindrical-coordinate representation of color #B268CB: hue angle of 284.85º degrees, saturation: 0.49, 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 #B268CB is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 104 203 -
CMYK 0.12 0.49 0 0.20
HSL 284.85º 0.49% 0.6% -
HSV(B) 284.85º 0.49% 0.8% -
XYZ 34.09 23.68 59.27 -
YUV 137.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 178 104 203 0.12 0.49 0 0.20 284.85 0.49 0.6
Hex B2 68 CB C 31 0 14 11D 31 3C
Octal 262 150 313 14 61 0 24 435 61 74
Binary 10110010 1101000 11001011 1100 110001 0 10100 100011101 110001 111100

Color Harmonies of #B268CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268CB

Black with #B268CB

Text Example


Text Example

White with #B268CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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