Html Css Color HEX #B75CED Medium Orchid

📋 copy color: '#B75CED'

red 183 ◦ green 92 ◦ blue 237

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

Shades of Medium Orchid #B75CED

Tints of Medium Orchid #B75CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.97%

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 35.74%
G = 17.97%
B = 46.29%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B75CED (or 0xB75CED) is known color: Medium Orchid. HEX triplet: B7, 5C and ED. RGB value is (183,92,237). Sum of RGB (Red+Green+Blue) = 183+92+237=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #B75CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75CED is #48A312. Grayscale: #878787. Windows color (decimal): -4760339 or 15555767. OLE color: 15555767.

HSL color Cylindrical-coordinate representation of color #B75CED: hue angle of 277.66º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B75CED is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 92 237 -
CMYK 0.23 0.61 0 0.07
HSL 277.66º 0.8% 0.65% -
HSV(B) 277.66º 0.61% 0.93% -
XYZ 38.64 23.84 82.68 -
YUV 135.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 183 92 237 0.23 0.61 0 0.07 277.66 0.8 0.65
Hex B7 5C ED 17 3D 0 7 116 50 41
Octal 267 134 355 27 75 0 7 426 120 101
Binary 10110111 1011100 11101101 10111 111101 0 111 100010110 1010000 1000001

Color Harmonies of #B75CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75CED

Black with #B75CED

Text Example


Text Example

White with #B75CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75CED; }

 p { color: rgb(183,92,237); }

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

background-color css

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

 a { background-color: rgb(183,92,237); }

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

border-color css

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

 span { border-color: rgb(183,92,237); }

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