Html Css Color HEX #B468CB Medium Orchid

📋 copy color: '#B468CB'

red 180 ◦ green 104 ◦ blue 203

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

Shades of Medium Orchid #B468CB

Tints of Medium Orchid #B468CB

RGB

 RED value IS 180 (70.7% from 255) = 36.96%

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

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

R = 36.96%
G = 21.36%
B = 41.68%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B468CB (or 0xB468CB) is known color: Medium Orchid. HEX triplet: B4, 68 and CB. RGB value is (180,104,203). Sum of RGB (Red+Green+Blue) = 180+104+203=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #B468CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468CB is #4B9734. Grayscale: #898989. Windows color (decimal): -4953909 or 13330612. OLE color: 13330612.

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

Color convert

RGB 180 104 203 -
CMYK 0.11 0.49 0 0.20
HSL 286.06º 0.49% 0.6% -
HSV(B) 286.06º 0.49% 0.8% -
XYZ 34.55 23.92 59.3 -
YUV 138.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 180 104 203 0.11 0.49 0 0.20 286.06 0.49 0.6
Hex B4 68 CB B 31 0 14 11E 31 3C
Octal 264 150 313 13 61 0 24 436 61 74
Binary 10110100 1101000 11001011 1011 110001 0 10100 100011110 110001 111100

Color Harmonies of #B468CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B468CB

Black with #B468CB

Text Example


Text Example

White with #B468CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B468CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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