Html Css Color HEX #B740CB Medium Orchid

📋 copy color: '#B740CB'

red 183 ◦ green 64 ◦ blue 203

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

Shades of Medium Orchid #B740CB

Tints of Medium Orchid #B740CB

RGB

 RED value IS 183 (71.88% from 255) = 40.67%

 GREEN value IS 64 (25.39% from 255) = 14.22%

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

R = 40.67%
G = 14.22%
B = 45.11%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B740CB (or 0xB740CB) is known color: Medium Orchid. HEX triplet: B7, 40 and CB. RGB value is (183,64,203). Sum of RGB (Red+Green+Blue) = 183+64+203=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #B740CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740CB is #48BF34. Grayscale: #727272. Windows color (decimal): -4767541 or 13320375. OLE color: 13320375.

HSL color Cylindrical-coordinate representation of color #B740CB: hue angle of 291.37º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B740CB is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 64 203 -
CMYK 0.10 0.68 0 0.20
HSL 291.37º 0.57% 0.52% -
HSV(B) 291.37º 0.68% 0.8% -
XYZ 32.14 18.05 58.29 -
YUV 115.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 183 64 203 0.10 0.68 0 0.20 291.37 0.57 0.52
Hex B7 40 CB A 44 0 14 123 39 34
Octal 267 100 313 12 104 0 24 443 71 64
Binary 10110111 1000000 11001011 1010 1000100 0 10100 100100011 111001 110100

Color Harmonies of #B740CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740CB

Black with #B740CB

Text Example


Text Example

White with #B740CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740CB; }

 p { color: rgb(183,64,203); }

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

background-color css

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

 a { background-color: rgb(183,64,203); }

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

border-color css

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

 span { border-color: rgb(183,64,203); }

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